From: Rob Church Date: Mon, 13 Aug 2007 19:49:05 +0000 (+0000) Subject: Tweak comment to be clearer these are rights, not groups X-Git-Tag: 1.31.0-rc.0~51783 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=855732e21cb44ba5de0347546fa95cb88c60ce9d;p=lhc%2Fweb%2Fwiklou.git Tweak comment to be clearer these are rights, not groups --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8b21de080c..ce1aaf9f07 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1103,12 +1103,14 @@ $wgGroupPermissions['bureaucrat']['userrights'] = true; $wgRestrictionTypes = array( 'edit', 'move' ); /** - * Set of permission keys that can be selected via action=protect. - * 'autoconfirm' allows all registerd users if $wgAutoConfirmAge is 0. + * Rights which can be required for each protection level (via action=protect) * * You can add a new protection level that requires a specific * permission by manipulating this array. The ordering of elements * dictates the order on the protection form's lists. + * + * '' will be ignored (i.e. unprotected) + * 'sysop' is quietly rewritten to 'protect' for backwards compatibility */ $wgRestrictionLevels = array( '', 'autoconfirmed', 'sysop' );